home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / srefv112.zip / SAMPLE.CON < prev    next >
Text File  |  1996-05-26  |  2KB  |  63 lines

  1. # Sample SWISH configuration file for SRE-FILTER samples directory
  2. # by Daniel Hellerstein, danielh@econ.ag.gov
  3.  
  4. IndexDir \goht\samples
  5. # This is a space-separated list of files and
  6. # directories you want indexed. You can specify
  7. # more than one of these directives.
  8.  
  9. IndexFile samples.swi
  10. # This is what the generated index file will be.
  11.  
  12. IndexName "Index of SRE-FILTER sample directory "
  13. IndexDescription "This is an index of the /samples/ directory "
  14. IndexPointer "http://your.site.org/"
  15. IndexAdmin " Created by webmaster "
  16. # Extra information you can include in the index file.
  17.  
  18. IndexOnly  .htm .txt .gif .xbm .doc .jpg
  19. # Only files with these suffixes will be indexed.
  20.  
  21. IndexReport 3
  22. # This is how detailed you want reporting. You can specify numbers
  23. # 0 to 3 - 0 is totally silent, 3 is the most verbose.
  24.  
  25. FollowSymLinks no
  26. # For OS/2, must be NO
  27.  
  28. NoContents .gif .xbm .jpg
  29. # Files with these suffixes will not have their contents indexed -
  30. # only their file names will be indexed.
  31.  
  32. ReplaceRules replace "\goht\samples\" "/samples/"
  33. # ReplaceRules allow you to make changes to file pathnames
  34. # before they're indexed.  This substitution eases conversion of
  35. # matches into url's
  36. # Hint: when specifying a ReplaceRules line, if you use a non-local
  37. # URL, you MUST include the http:// (if you don't, SRCHINDX's summary creation
  38. # will not work properly)
  39.  
  40.  
  41.  
  42. FileRules pathname contains admin testing demo trash construction confidential 
  43. FileRules filename is index.html
  44. FileRules filename contains # % ~ .bak .orig .old old.  summary.htm srefiltr.htm
  45. FileRules title contains construction example pointers
  46. FileRules directory contains .htaccess
  47. # Files matching the above criteria will *not* be indexed.
  48. # Note that filename is doesn't seem to work, so I use
  49. # the contains line to exclude summary.htm and srefiltr.htm 
  50.  
  51. IgnoreLimit 50 100
  52. # This automatically omits words that appear too often in the files
  53. # (these words are called stopwords). Specify a whole percentage
  54. # and a number, such as "80 256". This omits words that occur in
  55. # over 80% of the files and appear in over 256 files. Comment out
  56. # to turn of auto-stopwording.
  57.  
  58. IgnoreWords SwishDefault
  59. # The IgnoreWords option allows you to specify words to ignore.
  60. # Comment out for no stopwords; the word "SwishDefault" will
  61. # include a list of default stopwords. Words should be separated by spaces
  62. # and may span multiple directives.
  63.